type google.golang.org/grpc/internal/transport.itemList

11 uses

	google.golang.org/grpc/internal/transport (current package)
		controlbuf.go#L55: type itemList struct {
		controlbuf.go#L60: func (il *itemList) enqueue(i any) {
		controlbuf.go#L74: func (il *itemList) peek() any {
		controlbuf.go#L78: func (il *itemList) dequeue() any {
		controlbuf.go#L92: func (il *itemList) dequeueAll() *itemNode {
		controlbuf.go#L98: func (il *itemList) isEmpty() bool {
		controlbuf.go#L246: 	itl              *itemList
		controlbuf.go#L321: 	list            *itemList // List of queued control frames.
		controlbuf.go#L335: 		list:     &itemList{},
		controlbuf.go#L670: 		itl:    &itemList{},
		controlbuf.go#L706: 		itl:    &itemList{},